







[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Removes the item at the given index. This implementation throws a NotSupportedException
indicating that the list is read-only.
Namespace: Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
| C# |
|---|
private void IList.RemoveAt( int index ) |
| Visual Basic (Declaration) |
|---|
Private Sub System.Collections.IList.RemoveAt ( _ index As Integer _ ) Implements IList.RemoveAt |
| Visual C++ |
|---|
private: virtual void System.Collections.IList.RemoveAt ( int index ) sealed = IList::RemoveAt |
Parameters
- index
- Int32
The index in the list to remove the item at. The first item in the list has index 0.
Exceptions
| Exception | Condition |
|---|---|
| System..::NotSupportedException | Always thrown. |
See Also
Wintellect.PowerCollections Namespace
